From: Juanma Barranquero Date: Thu, 14 Jun 2007 00:11:40 +0000 (+0000) Subject: (python-complete-symbol): Remove redundant check. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18402 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7d11a95e4b5d8cb7065f1dab97803f12d182ec0c;p=emacs.git (python-complete-symbol): Remove redundant check. --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index d2e913f2315..5c117dffd5d 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1925,7 +1925,7 @@ Repeating the command scrolls the completion window." (interactive) (let ((window (get-buffer-window "*Completions*"))) (if (and (eq last-command this-command) - window (window-live-p window) (window-buffer window) + (window-live-p window) (window-buffer window) (buffer-name (window-buffer window))) (with-current-buffer (window-buffer window) (if (pos-visible-in-window-p (point-max) window)